[id(4)] HRESULT ToolChangeProperties([in] IDispatch *pIDispProps, [in] long flags);
}
[
uuid(0FEE2B82-6727-11d2-8D5B-000021452DB6)
,oleautomation
,dual
,hidden, restricted
]
interface IViewMouseEvents : IDispatch
{
[id(1)] HRESULT MouseDown([in] IDispatch* WhichDrawing, [in] IDispatch* WhichView, [in] short Button, [in] long Shift, [in] long X, [in] long Y, [out, retval] BOOL* pbCancel);
[id(2)] HRESULT MouseUp([in] IDispatch* WhichDrawing, [in] IDispatch* WhichView, [in] short Button, [in] long Shift, [in] long X, [in] long Y, [out, retval] BOOL* pbCancel);
[id(3)] HRESULT MouseMove([in] IDispatch* WhichDrawing, [in] IDispatch* WhichView, [in] long Shift, [in] long X, [in] long Y, [out, retval] BOOL* pbCancel);